home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
program
/
cprog.EXE
/
OBJ2ASM.ZIP
/
OUFMTERR.C
< prev
next >
Wrap
C/C++ Source or Header
|
1990-02-25
|
194b
|
11 lines
#include <stdio.h>
#include <stdlib.h>
#include "o.h"
void fmt_error( error_msg )
char *error_msg;
{
fprintf( stderr, "Obj format error: %s", error_msg );
exit( 5 );
}